All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.event.CellEditorListener
- public interface CellEditorListener
- extends EventListener
CellEditorListener defines the interface for an object that listens
to changes in a CellEditor
-
editingCanceled(ChangeEvent)
- This tells the listeners the editor has canceled editing
-
editingStopped(ChangeEvent)
- This tells the listeners the editor has ended editing
editingStopped
public abstract void editingStopped(ChangeEvent e)
- This tells the listeners the editor has ended editing
editingCanceled
public abstract void editingCanceled(ChangeEvent e)
- This tells the listeners the editor has canceled editing
All Packages Class Hierarchy This Package Previous Next Index